home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / powerb5.zip / P5MSC003.TIP < prev    next >
Text File  |  1993-06-01  |  4KB  |  88 lines

  1. Windows 3.x lets you customize many things, such as window
  2. size, location, colors, wallpaper, and icons. However,
  3. there's no obvious way to modify the start-up screen unless
  4. you know how.
  5.  
  6. First, a bit of background: Windows' start-up image is not a
  7. separate file; it's an integral part of the WIN.COM program
  8. that loads the environment. When you first install Windows
  9. 3.0, the SETUP program builds WIN.COM by concatenating three
  10. other files. The first, WIN.CNF, loads the Windows software.
  11. The second, xxxLOGO.LGO (where xxx stands for a graphics
  12. adapter VGALOGO.LGO, for instance), contains the program
  13. that displays the logo. Finally, there's the start-up image
  14. itself, the file you're going to replace.
  15.  
  16. This third file, a graphic image, has the extension RLE, for
  17. run length encoded. This extension signifies a compressed
  18. graphics file format that Windows' Paintbrush doesn't
  19. support. Fortunately, a number of other programs do support
  20. it, including utilities that can translate Paintbrush BMP
  21. and other common formats into RLE files;  at least two of
  22. them, PaintShop and WinGif, are available as shareware. As
  23. you create a masterpiece for your start-up screen, keep two
  24. restrictions in mind. First, Windows can handle only 4-bit
  25. (16-color) start-up images; that driver for your 256-color
  26. super-VGA board doesn't kick in until the start-up screen is
  27. gone. Second, your RLE file can't be larger than 59K;
  28. anything bigger, when you add it to WIN.CNF and the RLE
  29. file, will give you a COM file that's larger than 64K, and
  30. DOS won't be able to load it. This second restriction will
  31. be a problem only if you want a highly detailed start-up
  32. image.
  33.  
  34. To create your custom start-up screen, use the following
  35. procedure:
  36.  
  37. 1. Find WIN.CNF and your LGO file, which may not be on your
  38. hard disk. If you can't find them in your WIN directory,
  39. you'll have to expand them (they ship in compressed form)
  40. from the distribution disks. The expansion utility,
  41. EXPAND.EXE, is also on the distribution floppies. Its syntax
  42. is simple: EXPAND <source> <destination>, as in EXPAND
  43. A:WIN.CNF C:\WIN\WIN.CNF.
  44.  
  45. 2. Find a graphics image you want to use, or create one in
  46. Paintbrush or another program, making sure the image size
  47. matches your screen resolution. If you use Paintbrush,
  48. select OptionsoImage Attributes to set the proper image size
  49. in pixels (640 by 400 for EGA, 640 by 480 for VGA).
  50.  
  51. 3. Convert the image from its source format (BMP, PCX, TIF,
  52. or whatever) to RLE, using any utility that can handle this
  53. translation.
  54.  
  55. 4. Create your new COM file with the following DOS-line
  56. command, where xxx is the first three letters of your LGO
  57. file's name, such as EGA, VGA: COPY
  58. WIN.CNF/b+xxxLOGO.LGO/b+YOURLOGO.RLE/b NEWWIN.COM/b. The /b
  59. switch tells DOS to treat these as binary files and to
  60. ignore any end-of-file markers it finds. After you've loaded
  61. Windows with NEWWIN a few times and feel comfortable with
  62. it, you might want to change its name to WIN.COM.
  63.  
  64. Mark N. Martin
  65. Baltimore, Maryland
  66.  
  67. Editor's Note: You can have lots of fun opening Windows with
  68. this technique. One of my favorite screens is an image of an
  69. ordinary Windows desktop, flipped upside down with the aid
  70. of a drawing program. If someone is watching me load
  71. Windows, I curse and slap the side of the monitor just
  72. before the image appears to right itself.
  73.  
  74. Besides the shareware conversion utilities Mr. Martin
  75. mentions, a few commercial ones such as Hijaak and The
  76. Graphics Link can convert other graphic formats to
  77. Microsoft's RLE. There are also several other shareware
  78. utilities; check your favorite BBS or on-line service for
  79. information.
  80.  
  81.  
  82. Title: A Good Windows First Impression
  83. Category: MSC
  84. Issue Date: May, 1992
  85. Editor: Brett Glass
  86. Supplementary Files: None
  87. Filename: P5MSC003.TIP
  88.